GH (Go Exception Handled)
Syntax
[[thread]]
GH
Parameter
thread
The thread to
execute. This thread must have been stopped by an exception. See Process and
Thread Syntax
Description
Marks the
given thread s exception as being handled and allows the thread to
continue execution at the instruction that caused the exception. This allows
the debuggee to handle the exception. You can also use Go Handled from the Run
menu to mark the exception as handled.
Use the GN